<Code Lib>
M

RebarSpliceUtils.SpliceRebar(Document, ElementId, RebarSpliceOptions, IList<RebarSpliceGeometry>)

Description:
Splice a rebar with a list of RebarSpliceGeometry.
Overloads (3):
SpliceRebar(Document,ElementId,RebarSpliceOptions,IList[RebarSpliceGeometry])

public static IList<ElementId> SpliceRebar(
	Document document,
	ElementId rebarIdToSplit,
	RebarSpliceOptions spliceOptions,
	IList<RebarSpliceGeometry> spliceGeometries
)

Return Value IList<ElementId> IList ElementId

  • Free Form Rebars other than Morphed, or Shape Driven Rebars that are Multiplanar or have a shape whose definition is RebarShapeDefinitionByArc can't be spliced. Also, if the Rebar is member of a Group it cannot be spliced.
  • A non-optional argument was null

Loading…